From 0b4ea6ea1b3986a01226c1723164f8a7e3cda714 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 14:41:12 -0500 Subject: [PATCH] docs: fix typo in property name --- gtk/gtkbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c index 8b786221d7..08014b9179 100644 --- a/gtk/gtkbox.c +++ b/gtk/gtkbox.c @@ -285,7 +285,7 @@ gtk_box_class_init (GtkBoxClass *class) * and #GtkWidget:vexpand properties are the preferred way to influence * child size allocation in containers. * - * In contrast to #GtkWidget::hexpand, the expand child property does + * In contrast to #GtkWidget:hexpand, the expand child property does * not cause the box to expand itself. */ gtk_container_class_install_child_property (container_class, -- 2.30.2